home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
add images.cpt
/
Source_2.h
< prev
next >
Wrap
Text File
|
1989-06-01
|
1KB
|
40 lines
/* ===================================
File: Source_2.h
Function: Header for this window
History: 4/27/89 Original by Prototyper.
================================= */
/* Initialize us so all our routines can be activated */
void Init_flourine(void);
/* Open our window and draw everything */
void Open_flourine(void);
/* Update our window, someone uncovered a part of us */
void UpDate_flourine(WindowPtr whichWindow);
/* Handle action to our window, like controls */
void Do_flourine(EventRecord *myEvent);
/* Do window resizing, resize the scrollbars */
void Resized_flourine(WindowPtr whichWindow);
/* -- we need activate and deactivate the window -- hiding scroll bars */
void read_flourine(void);
/* reads a PICT file and sets up a pixmap */
void paste_flourine(void);
/* gets PICT from a clipboard and sets up a pixmap */
void grow_flourine (Point * where, WindowPtr whichWindow);
void zoom_flourine (Point * where, WindowPeek whichWindow, short code);
void activate_flourine ( WindowPtr whichWindow, long modifiers);
void crop_flourine(void);
void clear_flourine(void);